projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90e8707
)
Add mouse-highlight.
author
Kim F. Storm
<storm@cua.dk>
Sun, 17 Feb 2002 00:33:21 +0000
(
00:33
+0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 17 Feb 2002 00:33:21 +0000
(
00:33
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/cus-start.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 96bb1a739b86532cf266a9477d962041f033add1..f75913f5c642e0ea272db8e5abff488bb44c58f7 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2002-02-17 Kim F. Storm <storm@cua.dk>
+
+ * cus-start.el: Add mouse-highlight.
+
2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (DONTCOMPILE): Remove cus-start.el.
diff --git
a/lisp/cus-start.el
b/lisp/cus-start.el
index 03c511cf68c6caaf7816687c571b3b542d61b674..724b79afb748fd75c83c2f7421fa3e28cea3865f 100644
(file)
--- a/
lisp/cus-start.el
+++ b/
lisp/cus-start.el
@@
-124,6
+124,9
@@
(repeat (cons :format "%v"
(symbol :tag "Parameter")
(sexp :tag "Value"))))
+ (mouse-highlight mouse (choice (const :tag "disabled" nil)
+ (const :tag "always shown" t)
+ (other :tag "hidden by keypress" 1)))
;; indent.c
(indent-tabs-mode fill boolean)
;; keyboard.c